home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / Memos.cpt / Memos / background_2759.txt < prev    next >
Text File  |  1990-12-13  |  3KB  |  169 lines

  1. -- background: 2759 from stack: in
  2. -- bmap block id: 3842
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0004
  11. -- rect: left=3 top=23 right=52 bottom=35
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 21700 / 21700
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open
  23.   go Home
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=288 top=276 right=301 bottom=315
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 1014 / 1014
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Prev
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect wipe right
  43.   go to previous card
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=319 top=276 right=301 bottom=346
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 1013 / 1013
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: Next
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual effect wipe left
  63.   go to next card
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=457 top=274 right=302 bottom=494
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1012 / 1012
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Return
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect iris close
  83.   pop card
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 5 (field)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=160 top=97 right=280 bottom=484
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 3
  96. -- text size: 14
  97. -- style flags: 0
  98. -- line height: 18
  99. -- part name: 
  100.  
  101.  
  102. -- part 6 (button)
  103. -- low flags: 00
  104. -- high flags: 8004
  105. -- rect: left=37 top=23 right=52 bottom=69
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 1
  109. -- font id: 0
  110. -- text size: 12
  111. -- style flags: 0
  112. -- line height: 16
  113. -- part name: New
  114. ----- HyperTalk script -----
  115. on mouseUp
  116.   set lockScreen to true
  117.   go to last card
  118.   doMenu "New Card"
  119.   set lockScreen to false
  120.   choose browse tool
  121.   click at 100,100
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 7 (button)
  127. -- low flags: 00
  128. -- high flags: 2000
  129. -- rect: left=18 top=55 right=88 bottom=54
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 25924 / 25924
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Compact Stack
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   doMenu Compact Stack
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 8 (button)
  146. -- low flags: 00
  147. -- high flags: 0005
  148. -- rect: left=389 top=29 right=45 bottom=407
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 0 / 0
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: Tools & Patterns
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   if visible of tool window is true
  160.   then
  161.   hide tool window
  162.   hide pattern window
  163. else
  164.   show tool window at 10,30
  165.   show pattern window at 90,30
  166. end if
  167. end mouseUp
  168.  
  169.